Dalamud.ConsoleInterfacesIConsoleVariable<T>On this pageInterface IConsoleVariable<T> Interface representing a variable in the console. Assembly: Dalamud.dll Declarationpublic interface IConsoleVariable<T> : IConsoleEntry Properties Value Gets or sets the value of this variable. DeclarationT Value { get; set; }